Method Inheritance Factor (MIF)

Description:

This measure is from the MOOD (Metrics for Object-Oriented Development) suite. It is calculated as a fraction. The numerator is the sum of inherited methods in all classes in the project. The denominator is the total number of available methods (locally defined plus inherited) for all classes.